Add CMake to build gir
authorFelix Krull <f_krull@gmx.de>
Thu, 18 Oct 2018 20:29:07 +0000 (22:29 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000 (12:53 -0400)
rust-bindings/rust/.gitlab-ci.yml

index 55786322c71343d04cdcbd21339fc4bdaa33e409..8c288c410cc33dcaf747b5440eb7c2845cfef6c1 100644 (file)
@@ -3,7 +3,7 @@ image: rust:latest
 before_script:
 - echo deb http://ftp.debian.org/debian stretch-backports main > /etc/apt/sources.list.d/backports.list
 - apt-get update
-- apt-get install -y -t stretch-backports libostree-dev
+- apt-get install -y -t stretch-backports cmake libostree-dev
 
 stages:
 - build